Searched defs:content (Results 126 - 150 of 169) sorted by relevance

1234567

/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLEventFactory.java315 * Create a Characters event, this method does not check if the content
317 * @param content the string to create
320 public abstract Characters createCharacters(String content); argument
324 * @param content the string to create
327 public abstract Characters createCData(String content); argument
331 * @param content the content of the space to create
334 public abstract Characters createSpace(String content); argument
337 * @param content the space to create
340 public abstract Characters createIgnorableSpace(String content); argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDTD.java200 * @param content the <code>ContentModel</code>
206 boolean omitStart, boolean omitEnd, ContentModel content,
212 e.content = content;
259 boolean omitStart, boolean omitEnd, ContentModel content,
279 return defineElement(name, type, omitStart, omitEnd, content, excl, incl, atts);
302 * Creates and returns a new content model.
303 * @param type the type of the new content model
205 defineElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, BitSet exclusions, BitSet inclusions, AttributeList atts) argument
258 defElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, String[] exclusions, String[] inclusions, AttributeList atts) argument
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DXMLSignatureFactory.java108 * {@link XMLValidateContext} instance containing the XML content:
517 * @param content a list of {@link XMLStructure}s. The list
524 * @throws ClassCastException if <code>content</code> contains any
527 public abstract XMLObject newXMLObject(List content, String id, argument
565 * @param content a list of one or more <code>XMLStructure</code>s. The list
571 * @throws NullPointerException if <code>content</code> or
573 * @throws IllegalArgumentException if <code>content</code> is empty
574 * @throws ClassCastException if <code>content</code> contains any
578 (List content, String target, String id);
577 newSignatureProperty(List content, String target, String id) argument
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMXMLSignatureFactory.java109 public XMLObject newXMLObject(List content, String id, String mimeType, argument
111 return new DOMXMLObject(content, id, mimeType, encoding);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/
H A DX509Data.java21 package com.sun.org.apache.xml.internal.security.keys.content;
29 import com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509CRL;
30 import com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate;
31 import com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509IssuerSerial;
32 import com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI;
33 import com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DEditorTopComponent.java106 private InstanceContent content; field in class:EditorTopComponent
212 content = new InstanceContent();
213 this.associateLookup(new ProxyLookup(new Lookup[]{scene.getLookup(), new AbstractLookup(content)}));
214 content.add(exportCookie);
215 content.add(rangeSliderModel);
393 * WARNING: Do NOT modify this code. The content of this method is
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJBlock.java47 private final List<Object> content = new ArrayList<Object>(); field in class:JBlock
74 return Collections.unmodifiableList(content);
78 content.add(pos,statementOrDeclaration);
107 if(newPos>content.size() || newPos<0)
119 return content.isEmpty();
429 for (Object o : content) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCReferencePropertyInfo.java68 private boolean content; field in class:CReferencePropertyInfo
72 CCustomizations customizations, Locator locator, boolean dummy, boolean content, boolean isMixedExtended) { // 'dummy' and 'content' here for NHIN fix - a hack in order to be able to handle extended mixed types better
77 this.content = content;
140 return content;
71 CReferencePropertyInfo(String name, boolean collection, boolean required, boolean isMixed, XSComponent source, CCustomizations customizations, Locator locator, boolean dummy, boolean content, boolean isMixedExtended) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/
H A DXMLWriter.java137 * linebreaks and indentation (but does not support mixed content
761 * Write an element with character data content.
764 * with character data content, including the start tag
777 * @param content The character data content.
787 String content)
791 characters(content);
797 * Write an element with character data content but no attributes.
800 * with character data content, including the start tag
812 * @param content Th
785 dataElement(String uri, String localName, String qName, Attributes atts, String content) argument
820 dataElement(String uri, String localName, String content) argument
851 dataElement(String localName, String content) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/factory/
H A DStAXEventFactory.java188 * Create a Characters event, this method does not check if the content
190 * @param content the string to create
193 public Characters createCharacters(String content) { argument
194 CharactersEvent charEvent = new CharactersEvent(content);
201 * @param content the string to create
204 public Characters createCData(String content) { argument
205 CharactersEvent charEvent = new CharactersEvent(content, true);
212 * @param content the content of the space to create
215 public Characters createSpace(String content) { argument
226 createIgnorableSpace(String content) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimeMultipart.java56 * content. The intent is that service providers, mail JavaBean writers
99 * This field specifies the content-type of this multipart
118 * is created. Its content type is set to "multipart/mixed".
157 * "boundary" parameter from the content type of this DataSource,
233 // Old versions of AXIS2 put angle brackets around the content
383 * Read and save the content bytes in buf.
506 * @param content the content of the body part
509 protected MimeBodyPart createMimeBodyPart(InternetHeaders headers, byte[] content, int len) { argument
510 return new MimeBodyPart(headers, content,le
[all...]
H A DMimeBodyPart.java114 Either we have a DataHandler, or byte[] as the raw content image, or the contentStream.
119 * The DataHandler object representing this MimeBodyPart's content.
124 * Byte array that holds the bytes of the content of this MimeBodyPart.
128 private byte[] content; field in class:MimeBodyPart
136 * the content of this body part. In this case, <code>content</code>
199 content = bos.getBytes();
210 * content bytes. <p>
215 * @param content bytes representing the body of this part.
217 public MimeBodyPart(InternetHeaders headers, byte[] content, in argument
223 MimeBodyPart( InternetHeaders headers, byte[] content, int start, int len) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DAttachmentPartImpl.java70 String hndlrStr = ";;x-java-content-handler=";
197 log.severe("SAAJ0572.soap.no.content.for.attachment");
198 throw new SOAPExceptionImpl("No data handler/content associated with this attachment");
383 public void setBase64Content(InputStream content, String contentType) argument
393 decoded = MimeUtility.decode(content, "base64");
434 log.severe("SAAJ0572.soap.no.content.for.attachment");
435 throw new SOAPExceptionImpl("No data handler/content associated with this attachment");
470 log.log(Level.SEVERE,"SAAJ0572.soap.no.content.for.attachment");
471 throw new SOAPExceptionImpl("No data handler/content associated with this attachment");
475 public void setRawContent(InputStream content, Strin argument
522 setRawContentBytes( byte[] content, int off, int len, String contentType) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DPolicyModelTranslator.java287 * Decomposes the unprocessed alternative content into two different collections:
294 private void decompose(final Collection<ModelNode> content, final ContentDecomposition decomposition) throws PolicyException { argument
297 final Queue<ModelNode> allContentQueue = new LinkedList<ModelNode>(content);
336 * Expands content of 'EXACTLY_ONE' node. Direct 'EXACTLY_ONE' child nodes are dissolved in the process.
338 private Collection<ModelNode> expandsExactlyOneContent(final Collection<ModelNode> content) throws PolicyException { argument
341 final Queue<ModelNode> eoContentQueue = new LinkedList<ModelNode>(content);
373 // if there is only a single result, we can add it direclty to the content base collection
388 // we have some options to combine => creating assertion options based on content combinations
415 // if there is only a single result, we can add it direclty to the content base collection
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DAttachmentPart.java38 * application-specific content and associated MIME headers. The
40 * identify and describe the content.
46 * <LI>It MUST contain content
50 * This header identifies the type of data in the content of an
66 * There are no restrictions on the content portion of an <code>
67 * AttachmentPart</code> object. The content may be anything from a
80 * sets the <code>AttachmentPart</code> object with some content and
106 * content as bytes.
112 * The method <code>clearContent</code> removes all the content from an
126 * @exception SOAPException if the content o
272 setRawContent(InputStream content, String contentType) argument
290 setRawContentBytes( byte[] content, int offset, int len, String contentType) argument
314 setBase64Content( InputStream content, String contentType) argument
[all...]
/openjdk7/langtools/test/tools/javac/processing/errors/
H A DTestSuppression.java146 File writeFile(File f, String content) throws IOException { argument
149 out.write(content);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java279 FacetInfo traverseFacets(Element content, argument
293 while (content != null) {
296 facet = DOMUtil.getLocalName(content);
298 attrs = fAttrChecker.checkAttributes(content, false, schemaDoc, hasQName);
303 reportSchemaError("s4s-att-must-appear", new Object[]{SchemaSymbols.ELT_ENUMERATION, SchemaSymbols.ATT_VALUE}, content);
305 content = DOMUtil.getNextSiblingElement(content);
322 notation = fSchemaHandler.getGlobalDecl(schemaDoc, XSDHandler.NOTATION_TYPE, temp, content);
324 reportSchemaError(ex.getKey(), ex.getArgs(), content);
331 content
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractWriter.java129 * content.
178 * content.
218 * Returns the Writer that is used to output the content.
502 * @param content a String.
505 protected void write(String content) throws IOException { argument
506 if (content == null) {
509 int size = content.length();
513 content.getChars(0, size, tempChars, 0);
682 * The last stop in writing out content. All the write methods eventually
694 protected void output(char[] content, in argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java391 RawTypeSet types, boolean isMixed, boolean dummy, boolean content, boolean isMixedExtended) {
393 if (types == null) { // this is a special case where we need to generate content because potential subtypes would need to be able to override what's store inside
394 content = true;
414 getCustomizations(source), source.getLocator(), dummy, content, isMixedExtended),
389 createReferenceProperty( String defaultName, boolean forConstant, XSComponent source, RawTypeSet types, boolean isMixed, boolean dummy, boolean content, boolean isMixedExtended) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/
H A DDatatypeConverterImpl.java120 public static BigDecimal _parseDecimal(CharSequence content) { argument
121 content = WhiteSpaceProcessor.trim(content);
123 if (content.length() <= 0) {
127 return new BigDecimal(content.toString());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DXMLWriter.java139 * linebreaks and indentation (but does not support mixed content
790 * Write an element with character data content.
793 * with character data content, including the start tag
806 * @param content The character data content.
816 String content)
820 characters(content);
826 * Write an element with character data content but no attributes.
829 * with character data content, including the start tag
841 * @param content Th
814 dataElement(String uri, String localName, String qName, Attributes atts, String content) argument
849 dataElement(String uri, String localName, String content) argument
880 dataElement(String localName, String content) argument
[all...]
/openjdk7/jdk/test/tools/launcher/
H A DTestHelper.java380 static void createFile(File outFile, List<String> content) throws IOException { argument
381 Files.write(outFile.getAbsoluteFile().toPath(), content,
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTree.java41 private List<Content> content = Collections.<Content>emptyList(); field in class:HtmlTree
61 for (Content content: contents)
62 addContent(content);
87 * Adds content for the HTML tag.
89 * @param tagContent tag content to be added
93 if (content.isEmpty())
94 content = new ArrayList<Content>();
95 content.add(tagContent);
100 * This method adds a string content to the htmltree. If the last content membe
431 META(String httpEquiv, String content, String charSet) argument
446 META(String name, String content) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityScanner.java903 * @param content The content structure to fill.
912 public int scanContent(XMLString content) throws IOException { argument
986 content.setValues(fCurrentEntity.ch, offset, length);
987 //content.append(fCurrentEntity.ch, offset, length);
1014 content.setValues(fCurrentEntity.ch, offset, length);
1015 //content.append(fCurrentEntity.ch, offset, length);
1055 * @param content The content structure to fill.
1064 public int scanLiteral(int quote, XMLString content) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DBaseMarkupSerializer.java32 // Fixed processing instruction printing inside element content
33 // to not escape content. Reported by Mikael Staldal
118 * element content, and serializing these elements indented on separate
502 state = content();
560 // the text content without replacing spaces and print
582 content();
614 state = content();
671 state = content();
688 // content of the parent element or immediately
801 // SAX content handle
1378 protected ElementState content() method in class:BaseMarkupSerializer
[all...]

Completed in 86 milliseconds

1234567