• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/

Lines Matching defs:namespace

246 sub namespace {
260 my ($self, $name, $namespace) = @_;
262 $namespace ?
263 GenerateNSName($name, $namespace, $self->{Namespace_Table},
727 When this option is given with a true value, then the parser does namespace
728 processing. By default, namespace processing is turned off. When it is
731 namespace. A name's namespace can be found using the L<"namespace"> method
929 =item namespace(name)
931 Return the URI of the namespace that the name belongs to. If the name doesn't
932 belong to any namespace, an undef is returned. This is only valid on names
940 the same namespace.) This is only meaningful if both names were obtained
944 =item generate_ns_name(name, namespace)
946 Return a name, associated with a given namespace, good for using with the
947 above 2 methods. The namespace argument should be the namespace URI, not
952 When called from a start tag handler, returns namespace prefixes declared
953 with this start tag. If called elsewere (or if there were no namespace
955 namespace is indicated with '#default' as a prefix.
961 current binding of the default namespace (if any).
965 Return a list of currently bound namespace prefixes. The order of the
966 the prefixes in the list has no meaning. If the default namespace is
1036 element. If namespace processing is being used and you want to check
1037 against a name that may be in a namespace, then use the generate_ns_name
1043 If namespace processing is being used and you want to check
1044 against a name that may be in a namespace, then use the generate_ns_name